const go/printer.indent

18 uses

	go/printer (current package)
		nodes.go#L139: 				p.print(indent, "// "+filteredMsg, unindent, newline)
		nodes.go#L173: 		ws = indent
		nodes.go#L338: 		ws := indent
		nodes.go#L371: 				p.identList(par.Names, ws == indent)
		nodes.go#L524: 	p.print(blank, lbrace, token.LBRACE, indent)
		nodes.go#L763: 	ws := indent
		nodes.go#L986: 		p.print(indent, unindent, mode, x.Rbrace, token.RBRACE, mode)
		nodes.go#L1112: 		p.print(indent, newline, x.Sel.Pos(), x.Sel)
		nodes.go#L1139: 		p.print(indent)
		nodes.go#L1313: 		p.print(s.Colon, token.COLON, indent)
		nodes.go#L1366: 				p.print(indent)
		nodes.go#L1399: 				p.print(token.LBRACE, indent, formfeed)
		nodes.go#L1676: 			p.print(indent, formfeed)
		printer.go#L34: 	indent   = whiteSpace('>')
		printer.go#L386: 				case indent:
		printer.go#L418: 			case indent:
		printer.go#L705: 		case indent, unindent:
		printer.go#L805: 		case indent: